@charset "utf-8";

html,
body {
  height: 100%;
  padding: 0;
}

body {
  font-size: 12px;
  color: #fff;
}

body,
div,
p,
a,
ul,
li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6,
h7 {
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}

li {
  list-style: none;
}

label {
  display: inline-block;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

form {
  display: inline-block;
  width: 100%;
}

input {
  vertical-align: middle;
  outline: 0;
}

textarea {
  resize: none;
  line-height: 20px;
  overflow-y: auto;
}

button {
  border: none;
  background: none;
  text-align: center;
}

:focus {
  outline: 0;
}

.fw {
  font-weight: 600;
}


.h_main_1920 {
  width: 100%;
  min-width: 1340px;
  background-color: #fff;
}

.h_main_1340 {
  width: 1340px;
  margin: 0 auto !important;
  box-sizing: border-box;
}

.h_main_1400 {
  width: 1400px;
  margin: -230px auto 0px auto;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
}

.h_title_box {
  height: 137px;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.h_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 100%;
  text-align: center;
  height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Semibold,
    PingFang SC;
  font-weight: 600;
  color: #242937;
  line-height: 42px;
  padding: 32px 0 3px 0;
}

.h_title1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Regular,
    PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
}

.title_loop {
  height: 137px;
}

.h_title_box .sp_title {
  height: 20px;
  /* background-color: #eee; */
  text-align: right;
  bottom: 8px !important;
  text-align: center;
}

.h_title_box .my-bullet {
  width: 10px;
  height: 10px;
  /* opacity: 0.35; */
  background: #D8D8D8;
  display: inline-block;
  margin-right: 15px;
  border-radius: 5px;
}

.h_title_box .my-bullet-active {
  background: #E1251B;
  opacity: 1;
}


.banner_box {
  box-sizing: border-box;
  height: 442px;
  margin-bottom: 20px;
  background-color: #fff;
  display: flex;
}

.banner_left {
  width: 790px;
  height: 445px;
}

.banner_left .swiper-slide img {
  width: 790px;
  height: 445px;
}

.h_banner .swiper-container {
  width: 789px;
  height: 446px;
}

.h_banner .swiper-slide a {
  display: block !important;
  /*  width: 242px;*/
}

.h_banner .swiper-slide img {
  width: 100%;
  /* height: 100%; */
}


.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

/* .swiper-button-prev {
left: 30px;
transform: rotateZ(180deg);
} */

/* .h_banner .swiper-button-next {
right: 30px;
} */

.h_banner .my-bullet {
  width: 12px;
  height: 6px;
  opacity: 0.35;
  background: #ffffff;
  display: inline-block;
  margin-right: 5px;
}

.h_banner .my-bullet-active {
  background: #ffffff;
  opacity: 1;
}

.h_banner .my-bullet:last-of-type {
  margin-right: 0px;
}

.h_banner .my-bullet:last-of-type {
  margin-right: 20px;
}

.h_banner .swiper-slide .title {
  color: #ffffff;
  padding: 15px 18px;
  padding-right: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  box-sizing: border-box;
}

.h_banner .swiper-slide .title h2 {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.h_banner .swiper-pagination-bullets {
  text-align: right;
  bottom: 20px !important;
}

.h_banner .swiper-button-self {
  display: none;
}

.h_banner .swiper-container:hover .swiper-button-self {
  display: block;
}


/* news_tab */
.banner_right {
  margin-left: 26px;
  margin-top: 9px;
}

.h_tab_title {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;
  width: 523px;
  height: 52px;
  line-height: 52px;
  background: #ECEFF2;
}

.h_tab_title_span {
  padding: 0 16px;
  font-size: 18px;
  font-family: PingFangSC-Semibold,
    PingFang SC;
  font-weight: 600;
  color: #333333;
  position: relative;
}

.h_tab_title .choose {
  background-color: #D74339;
  color: #fff;
}

.h_tab_title .choose a {
  color: #fff;
}

.h_tab_title .choose:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid #D74339;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -7px;
  left: calc(50% - 7px);
}

.h_tab_list {
  display: none;
  overflow: hidden;
}

.h_tab_list .bigTitle {
  position: relative;
  height: 80px;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  color: #222;
  padding: 0 0 15px;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
}

.h_tab_list .bigTitle .qh {
  position: absolute;
  bottom: 6px;
  right: 0px;
  display: flex;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.h_tab_list .bigTitle .qh .qhNum {
  line-height: 14px;
  margin: 0 5px;
}

.h_tab_list .bigTitle .qh .qhPrev {
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../image/l-1.png);
  background-size: 100%;
}

.h_tab_list .bigTitle .qh .qhNext {
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../image/r-1.png);
  background-size: 100%;
}

.h_tab_list .bigTitle .titleList p {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.h_tab_list .bigTitle .titleList.active {
  height: 88px;
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
}

.h_tab_list .bigTitle .titleList {
  display: none;
  width: 506px;

}

.h_tab_list .bigTitle .titleList:nth-child(1) {
  display: block;
}

.h_tab_list ul {
  margin-top: 5px;
}

.h_tab_list ul li {
  justify-content: space-between;
  display: flex;
  height: 44px;
  font-size: 18px;
  font-family: PingFangSC-Regular,
    PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 44px;
}

.h_tab_list ul li .time {
  font-size: 16px;
  line-height: 44px;
  font-family: PingFangSC-Regular,
    PingFang SC;
  font-weight: 400;
  color: #999999 !important;
  line-height: 44px;
}

.h_tab_list ul li a {
  max-width: 378px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.h_tab_list ul li a:hover {
  color: #EC4F45;
}

.h_show {
  display: block;
}

/* news_tab  end*/

.section_title {
  display: flex;
  height: 96px;
  align-items: center;
}

.section_title .line {
  width: 516px;
  height: 2px;
  background-color: #d8d8d8;
}

.section_title .rhombic {
  width: 10px;
  height: 10px;
  background: #D74339;
  transform: rotate(-45deg);
}

.section_title .title {
  margin: 0 auto;
  font-size: 38px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #111;
  font-weight: 600;
}

.redian_box_right {
  overflow: hidden;
}

.redian_box_right ul {
  margin-top: 12px;
}

.redian_box_right ul li {
  float: left;
  margin-right: 14px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
}

.redian_box_right ul li img {
  width: 320px;
  height: 180px;
}

.redian_box_right ul li .title {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Regular,
    PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 28px;
}

.notice_box {
  display: flex;
  margin-bottom: 20px;
  margin-top: 42px;
}

.notice_box_title {
  padding: 9px 25px 0;
  box-sizing: border-box;
  width: 71px;
  height: 123px;
  background: #015293;
  font-size: 22px;
  font-family: PingFangSC-Semibold,
    PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 26px;
}

.notice_box .notice_box_content {
  width: 100%;
  height: 123px;
  border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.notice_box .notice_box_content .tempWrap {
  margin-top: 20px;
}

.notice_box .notice_box_content li {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 44px;
}

.notice_box .notice_box_content li .notice_box_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1fr 1fr;
  grid-template-columns: 1fr 1fr;

}

.notice_box .notice_box_content li .notice_box_grid_item {
  display: flex;
  justify-content: space-between;
  width: 588px;
}

.notice_box .notice_box_content li .notice_box_grid_item:nth-child(1) {
  margin-left: 24px;
  margin-right: 16px;
  -ms-grid-column: 1;
}

.notice_box .notice_box_content li .notice_box_grid_item:nth-child(2) {
  margin-left: 37px;
  margin-right: 16px;
  -ms-grid-column: 2;
}

.notice_box .notice_box_content .notice_box_grid_item a:before {
  content: '.';
  font-size: 24px;
  width: 10px;
  vertical-align: top;
  height: 44px;
  line-height: 30px;
  display: inline-block;
}

.notice_box .notice_box_content li .notice_box_grid_item .time {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 44px;
}

.zwfw_box_bg {
  background: linear-gradient(180deg, #eff2f7 0%, #f5f9fc 100%)
}

.zwfw_box {
  background-image: url('../image/zwfw_bg.jpg');
  background-size: 1920px 518px;
  background-repeat: no-repeat;
  background-position-x: center;
  width: 100%;
  height: 506px;
  margin-top: 47px;
  padding-top: 12px;
}

.fuwu_box {
  display: flex;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 1406px;
  margin: 0 auto !important;
}

.fuwu_box .fuwuLeft {
  flex: 1;
  display: flex;
  background-color: #fff;
  padding: 30px 31px 16px 30px;
  margin-right: 30px;
}

.fuwu_box .fuwuLeft .fuwuLeftTitle {
  flex: 0 0 73px;
  width: 73px;
  line-height: 30px;
  font-size: 27px;
  text-align: center;
  border-right: 1px solid #E2E6E8;
}

.fuwu_box .fuwuLeft .fuwuLeftTitle .bg001 {
  width: 37px;
  height: 21px;
  margin: 100px auto 8px;
  background-image: url(../image/index_xuebi.png);
  background-position: 0 -153px;
  background-size: 560px 265px;
}

.fuwu_box .fuwu_tabs ul {
  display: flex;
  border-bottom: 1px solid #D8D8D8;
}

.fuwu_box .fuwu_tabs .fuwu_tabItem {
  line-height: 28px;
  margin-right: 36px;
  cursor: pointer;
}

.fuwu_box .fuwu_tabs .fuwu_tabItem a {
  color: #777;
  font-size: 22px;
  font-weight: bold;
}

.fuwu_box .fuwu_tabs .fuwu_tabItem.active {
  height: 46px;
  border-bottom: 2px solid #D74339;
}

.fuwu_box .fuwu_tabs .fuwu_tabItem.active a {
  color: #222;
  font-size: 26px;
  font-weight: bold;
}

.fuwu_box .fuwu_tabs .fuwu_tabItem_more {
  margin-left: 552px;
}

.fuwu_box .fuwu_tabs .fuwu_tabItem_more a {
  line-height: 35px;
  font-size: 16px;
}

.fuwu_box .fuwu_tabs .fuwu_tabItem_refresh {
  margin-left: 114px;
}

.fuwu_box .fuwu_tabs .fuwu_tabItem_refresh a {
  line-height: 35px;
  font-size: 12px;
  display: flex;
  align-items: center;
}


.fuwu_box .fuwuLeft .fuwuLeftTab .fuwu_tabsList {
  font-size: 18px;
  color: #222;
}

.fuwu_box .fuwuLeft .fuwuLeftTab ul {
  /* display: none; */
}

.fuwu_box .fuwuLeft .fuwuLeftTab .fuwu_tabsList .fuwu_newItem {
  display: none;
  margin-top: 15px;
}

.fuwu_box .fuwuLeft .fuwuLeftTab .fuwu_tabsList .fuwu_newItem.selected {
  display: block;

}

.fuwu_box .fuwuLeft .fuwuLeftTab .fuwu_newItem ul {
  display: flex;
  flex-flow: row wrap;
}

.fuwu_box .fuwuLeft .fuwuLeftTab .fuwu_newItem ul .img {
  width: 35px;
  height: 35px;
  background-image: url('../image/gr.png');
  background-size: 210px 70px;
  background-position: 0 0;
  margin: 17px auto 16px;
}

.fuwu_box .fuwuLeft .fuwuLeftTab .fuwu_newItem li {
  text-align: center;
  margin: 0 16px 15px 0;
  box-sizing: border-box;
  width: 132px;
  height: 113px;
  border: 1px solid #EEEEEE;
}

.fuwu_box .fuwuLeft .fuwuLeftTab .fuwu_newItem li:nth-child(6n) {
  margin-right: 0;
}

.fuwu_box .fuwuLeft .fuwuLeftTab .fuwu_newItem2 ul .img {
  width: 35px;
  height: 35px;
  background-image: url('../image/fr.png');
  background-size: 210px 70px;
  background-position: 0 0;
  margin: 17px auto 16px;
}

.fuwu_box .fuwuRight {
  width: 396px;
  padding: 30px 22px 0px 25px;
  background-color: #fff;
}

.fuwuRight .fuwu_title {
  margin-top: 28px;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Semibold,
    PingFang SC;
  font-weight: 600;
  color: #222222;
  line-height: 33px;
}

.fuwuRight .fuwu_title:before {
  margin-right: 11px;
  content: '';
  display: inline-block;
  width: 5px;
  height: 18px;
  line-height: 18px;
  background: #D74339;
}

.fuwu_box .fuwuRight .fuwu_tabs .refresh_icon {
  width: 19px;
  height: 19px;
  background-image: url('../image/refreash.jpg');
  background-size: 19px 19px;
  margin-right: 6px;
}

.fuwu_box .fuwuRight .fuwuRight-ul {
  display: flex;
  flex-flow: wrap;
  margin-top: 18px;
}

.fuwuRight .fuwuRight-ul li,
.fuwuRight .fuwuRight-ul li>a {
  display: block;
  width: 77px;
  height: 86px;
}

.fuwuRight .fuwuRight-ul li {
  margin-right: 26px;
  margin-bottom: 16px;
}

.fuwuRight .fuwuRight-ul li:nth-child(-n + 4) {
  height: 85px;
  margin-bottom: 0 !important;
}

.fuwu_box .fuwuRight .fuwuRight-ul li:nth-child(4n) {
  margin-right: 0;
}

.fuwu_box .fuwuRight .fuwuRight-ul li .img {
  width: 44px;
  height: 44px;
  background: rgba(215, 67, 57, .09);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fuwu_box .fuwuRight .fuwuRight-ul li .img div {
  width: 25px;
  height: 25px;
  background-image: url('../image/index_xuebi.png');
  background-size: 560px 265px;
  background-position: 0 0;
}

.fuwu_box .fuwuRight .fuwuRight-ul li .title {
  text-align: center;
  font-size: 14px;
  color: #212121;
  line-height: 16px;
  padding-top: 5px;
  letter-spacing: -0.34px;
}

.fuwuRight-bottom {
  /*margin-top: 21px;*/
  width: 365px;
  margin: 0 auto;
  padding-right: 18px;
  display: flex;
  justify-content: space-between;
}

.fuwuRight-bottom a,
.fuwuRight-bottom img {
  display: block;
  width: 170px;
  height: 54px;
}



/* hhh */
.zhengce_box {
  display: flex;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 20px;
}

.zhengce_box .zcLeft {
  color: #222;
  flex: 1;
  display: flex;
}

.zhengce_box .zcLeft .zcLeftTitle {
  flex: 0 0 73px;
  width: 73px;
  line-height: 30px;
  font-size: 27px;
  text-align: center;
  border-right: 1px solid #E2E6E8;
}

.zhengce_box .zcLeft .zcLeftTitle .bg001 {
  width: 30px;
  height: 21px;
  margin: 100px auto 8px;
  background-image: url(../image/index_xuebi.png);
  background-position: -39px -153px;
  background-size: 560px 265px;
}

.zhengce_box .zcLeft .zcLeftTab {
  width: 884px;
}

.zhengce_box .zcLeft .zcLeftTab .tabs ul {
  display: flex;
  background-color: #e8ecef;
  height: 50px;
}

.zhengce_box .zcLeft .zcLeftTab .tabs .tabItem {
  line-height: 30px;
  margin-right: 25px;
  cursor: pointer;
  padding: 10px 27px;
}

.zhengce_box .zcLeft .zcLeftTab .tabs .tabItem a {
  color: #777;
  font-size: 22px;
  font-weight: 600;
  font-weight: bold;
}


.zhengce_box .zcLeft .zcLeftTab .tabs .tabItem.active {
  background-color: #D74339;
}

.zhengce_box .zcLeft .zcLeftTab .tabs .tabItem.active a {
  color: #fff;
}


.zhengce_box .zcLeft .zcLeftTab .tabsList {
  font-size: 18px;
  color: #222;
}

.zhengce_box .zcLeft .zcLeftTab ul {
  /* display: none; */
}

.zhengce_box .zcLeft .zcLeftTab .tabsList .newItem {
  display: none;
  margin-top: 15px;
}

.zhengce_box .zcLeft .zcLeftTab .tabsList .newItem.selected {
  display: block;

}

.zhengce_box .zcLeft .zcLeftTab .newItem li {
  position: relative;
  line-height: 47px;
}

.zhengce_box .zcLeft .zcLeftTab .newItem li a {
  width: 740px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
}

.zhengce_box .zcLeft .zcLeftTab .newItem li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #999;
}

.zhengce_box .zcRight .zcRightBox {
  display: flex;
}

.zhengce_box .zcRight .zcRightBox a {
  display: inline-block;
}

.zhengce_box .zcRight .zcRightBox .pic1 {
  padding-top: 30px;
  box-sizing: border-box;
  width: 202px;
  height: 138px;
  text-align: center;
  margin-right: 8px;
  background: linear-gradient(180deg, #ffe6e3 0%, #fff8f6 100%);
}

.zhengce_box .zcRight .zcRightBox .pic1 .picBtn {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  background-image: url(../image/index_xuebi.png);
  background-position: 0 -217px;
  background-size: 560px 265px;
}

.zhengce_box .zcRight .zcRightBox p {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
}

.zhengce_box .zcRight .zcRightBox .pic2 {
  padding-top: 30px;
  box-sizing: border-box;
  width: 202px;
  height: 138px;
  text-align: center;
  background: linear-gradient(180deg, #FFF5DF 0%, #FFFBF1 100%);
}

.zhengce_box .zcRight .zcRightBox .pic2 .picBtn {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  background-image: url(../image/index_xuebi.png);
  background-position: -48px -217px;
  background-size: 560px 265px;
}

.zhengce_box .zcRight .zcRightBox .pic3 {
  padding-top: 30px;
  box-sizing: border-box;
  width: 202px;
  height: 138px;
  text-align: center;
  margin-right: 8px;
  background: linear-gradient(180deg, rgba(66, 203, 185, 0.1) 0%, rgba(119, 231, 221, 0.1) 100%);
}

.zhengce_box .zcRight .zcRightBox .pic3 .picBtn {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  background-image: url(../image/index_xuebi.png);
  background-position: -96px -217px;
  background-size: 560px 265px;
}

.zhengce_box .zcRight .zcRightBox .pic4 {
  padding-top: 30px;
  box-sizing: border-box;
  width: 202px;
  height: 138px;
  text-align: center;
  background: linear-gradient(180deg, #daedff 0%, #f3fbff 100%);
}

.zhengce_box .zcRight .zcRightBox .pic4 .picBtn {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  background-image: url(../image/index_xuebi.png);
  background-size: 560px 265px;
  background-position: -144px -217px;
}

.zhuanti_box {
  margin-bottom: 26px;
}

.zhuanti_box .zhuantiTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.zhuanti_box .zhuantiTitle .zhuantiLeft {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #222222;
  padding-left: 10px;
  border-left: 5px solid #D74339;
}

.zhuanti_box .zhuantiTitle .zhuantiMore {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #222222;
}

.zhuanti_box .zhuantiRight .swiperBox li {
  float: left;
  margin-right: 20px;
}

.zhuanti_box .zhuantiRight .swiperBox li img {
  width: 320px;
  height: 136px;
}